Using the Cobra Web Service ClientAPI in Your Application
To utilize the Cobra Web Service ClientAPI in your application, you need to set up your .NET project by adding the ClientAPI files as references in Visual Studio Projects.
The Cobra Web Service ClientAPI uses the following files:
- Cobra.Model.WebService.dll: This is a .NET dynamic link library file that contains contract objects that are being exchanged by the Cobra Web Service host and the Cobra Web Service Client API.
- Cobra.WebService.ClientAPI.dll: This is a .NET dynamic link library file that contains objects used to call Cobra functionalities on the Cobra Web Service host.
- Cobra.WebService.ClientAPI.dll.config: This is a configuration file that contains the network location and settings used by the library file to communicate with the host. Use the
Cobra Web Service Management Tool to generate this file.
Attention: For more information, see Deploy the Cobra Web Service ClientAPI.
- Cobra.Model.WebService.xml and Cobra.WebService.ClientAPI.xml: These are code documentation XML files. These files can be used by Visual Studio to provide IntelliSense of code documents of objects found in the libraries.
- Related Topics:
- Add the ClientAPI Files as Reference in Visual Studio Projects
After creating a Visual Studio project, you can use the ClientAPI files by adding them as references. - Explaining the Cobra Web Service ClientAPI
This section further explains the Cobra Web Service ClientAPI.
Parent Topic: Cobra Web Service